;;; QQ: 67762207
% 100
+5
+6
+43
[@ main]
#IF
checkpkpoint 2
#SAY
I do not want to deal with you. Immediately in front of me disappear. \ \
<Close/@exit>
#ELSESAY
_ Sold our weapons to attack us with the family, such behavior is indeed unreasonable. Merciless war, the same injury ... but there will be bloodshed Wall Court order, I had to follow. \
_ What more is needed? \ \
; <Buy/@buy + (weapons class)> weapons \
<Buy/@buy> Weapons \
<Sell/@sell> Weapons \
<Repair/@repair> Weapons \
Conduct <special repair/@Special_Repair (1)> \ \
<Weapons production and decomposition/@WeaponProduce> \
With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
<Abandoned/@exit>

[@WeaponProduce]
#CALL [ProduceSystem\Weapon\WeaponMain.txt] @Weaponmain
[@Special_Repair ()]
#CALL [System \TotalRepair.txt] @SRepairItem
[@BUY + ()]
#CALL [VimaScript\bulk purchases.Txt] @quantities 

[@buy]
#SAY
_ I sell things and human blacksmith had to do something completely different. Are all good things, you pick pick Kan Ba. \ \
<Pre-step/@main>

[@sell]
#SAY
_ Has come to sell weapons for gold coins bear? Humans know that money. \
_ Since you have so short of money, I can help you. Please choose to sell weapons. \ \
<Pre-step/@main>

[@repair]
#SAY
_ As a warrior, certainly want to maintain their weapons better. Which one you want to repair weapons? I would definitely put it of cultivation such as the new general shine. \ \
<Pre-step/@main>

[~@repair]
#SAY
Repair of the good. \ \

[goods]
Bronze ax 20 10
Zhan Madao 20 10
Shura 20 10
Sea Spirit 20 10
Half 2010
Yan Yue 20 10
Fell monsters, 2010
Magic Wand 40 10
Purgatory 40 10
Silver Snake 40 10

[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \
#ACT
Mov D0 1

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break

[@NoQuest_Say]
#SAY
_ Although the very strong human arms, but in the desert can easily be damaged, we have the weapons Norma is common to the desert made of animal bones, both practical and convenient. \ \
_ <Close /@exit>

[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207